Projects

MISP Automated Deployment Script

Bash Scripting
Ubuntu Deployment
Threat Intelligence
Automation

March 2024

MISP

Description

MISP (Malware Information Sharing Platform) is an open-source threat intelligence platform designed to collect, share, and correlate threat data, helping organizations detect and respond to cybersecurity threats.

I redesigned and redeveloped the official MISP installation Bash script, fully adapting it to meet the company’s specific security, architectural, and operational standards for Ubuntu servers. The script:

  • Performs pre-deployment checks to align with company’s non-standard Ubuntu setups (e.g. user creation, permissions, disk space and partition configuration).
  • Enforces strict user permissions and access controls for the server.
  • Installs authorized software versions (e.g., Apache2, PHP, MariaDB, libraries) based on internal compliance requirements.
  • Handles dynamic Proxy configurations, adapting between internal repositories and external sources.
  • Automates Apache2, PHP, and SSL Certificates configuration.
  • Performs automatic MISP application configuration using CakePHP commands (e.g. company’s proxy setting, company’s contact adress).
  • Configures crontab for automatic feeds pulling.

By fully redeveloping the original MISP installation script, this custom solution enables on-demand deployment of fully configured MISP servers, aligned with the company’s requirements and ready for immediate integration into its cybersecurity infrastructure.

Technology used

  • Ubuntu
  • Bash
  • Apache2
  • PHP
  • MariaDB
  • PGP
  • Crontab